css select without class

166

:not(.printable) {
    /* Styles */
}

:not([attribute]) {
    /* Styles */
}

Comments

Submit
0 Comments